Retrieves a pointer to the internal pixel data of a PixelMap.
The byte size of the memory block is 4the widththe height of the pixelmap, each pixel being stored as a DWORD on the 0xaarrggbb format.
Syntax
Return Dword = DX11 GET PIXELMAP BUFFER(pixelMap)
Parameters
pixelMap
Dword The pixelmap to obtain the buffer pointer of.
Returns
A pointer to the internal pixel buffer of the pixelmap.